home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dev / insight_dev.idb / usr / include / make / commonbookdefs.z / commonbookdefs
Encoding:
Text File  |  2002-10-16  |  704 b   |  21 lines

  1. # Redirection Makefile to set the default DTD
  2. # to SGIDOC while still using commondoc* which
  3. # avoids maintaining two sets of Makefiles
  4. #
  5. # commonbookdefs and commonbookrules were the
  6. # original online book building Makefiles.
  7. # They default to building SGIDOC SGML books.
  8. # commondoc* was introduced to add support
  9. # for SGIDOCBK (DocBook derivative) SGML and
  10. # also kept backward compatibility with SGIDOC
  11. # support.  The DTD variable determines which
  12. # processing route is used.
  13.  
  14. include ${ROOT}/usr/include/make/releasedefs
  15. include ${ROOT}/usr/include/make/commondocdefs
  16.  
  17. COMMONBOOKRULES = ${ROOT}/usr/include/make/commondocrules
  18.  
  19. # commondocdefs sets the DTD to SGIDOCBK so we reset it
  20. DTD = SGIDOC
  21.